@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #3d0e7c;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #3d0e7c;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #3d0e7c;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #0578d0;
  text-shadow: none;
}
::selection {
  background: #0578d0;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #0578d0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0578d0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f1f1f1;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f1f1f1;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #0578d0;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #0578d0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0578d0;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f1f1f1;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #0578d0;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #0578d0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0578d0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #0578d0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #b9b9b9;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #b9b9b9;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #0578d0;
  color: #ffffff;
  border-color: #0578d0;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f1f1f1;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #0578d0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #3d0e7c;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #3d0e7c;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #0578d0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #b9b9b9;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f1f1f1;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f1f1f1;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #0578d0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #b9b9b9;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #0578d0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #b9b9b9;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #0578d0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #b9b9b9;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #0578d0;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #0578d0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #0578d0;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f1f1f1;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #0578d0;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #0578d0;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #0578d0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0578d0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0578d0;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #0578d0;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #0578d0;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #0578d0;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #0578d0;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #0578d0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #0578d0;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #0578d0;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #0578d0;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f1f1f1;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #0578d0;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #0578d0;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f1f1f1;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #0578d0;
}
.uk-progress::-moz-progress-bar {
  background-color: #0578d0;
}
.uk-progress::-ms-fill {
  background-color: #0578d0;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #0578d0 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #0578d0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0578d0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f1f1f1;
}
.uk-background-primary {
  background-color: #0578d0;
}
.uk-background-secondary {
  background-color: #b9b9b9;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #0578d0;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #0578d0;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #0578d0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f1f1f1;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #0578d0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(185, 185, 185, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0578d0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f1f1f1;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0578d0;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #0578d0;
  border-color: #0578d0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0578d0;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #045b9e;
}
.ap-list-filter dd a.active {
  background-color: #0578d0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0578d0;
}
.category li a.active {
  color: #0578d0;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #0578d0;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #0578d0;
  border: 1px solid rgba(5, 120, 208, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #0578d0;
}
form .step .ui-step.active .ui-step-title {
  color: #0578d0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #0578d0;
  background-color: #0578d0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0578d0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #0578d0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #0578d0;
  color: #0578d0;
}
.btn-effect-2:hover {
  background-color: #0578d0;
}
.uk-button.btn-effect-5 {
  background-color: #0578d0;
  box-shadow: 0 0 15px rgba(5, 120, 208, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #0578d0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0578d0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a24c3a216ca649e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9694ae240aa987 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a9694ae240aa987 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a9694ae240aa987 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a9694ae240aa987 .data-list .uk-card {
  cursor: pointer !important;
}
#a9694ae240aa987 .data-list .uk-card img {
  max-height: 300px;
}
#a9694ae240aa987 .data-list .uk-card:hover {
  background: #fafafa;
}
#a9694ae240aa987 .data-list .uk-card:hover .uk-h4 {
  color: #3d0e7c;
}
#a9694ae240aa987 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a9694ae240aa987 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a9694ae240aa987 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a9694ae240aa987 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a9694ae240aa987 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a9694ae240aa987 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #0578d0;
  cursor: pointer;
}
#a9694ae240aa987 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a9694ae240aa987 .uk-card .category:hover {
  background: #0578d0;
}
#a9694ae240aa987 .accordion-menu {
  width: 100%;
}
#a9694ae240aa987 .accordion-menu ul ul.submenu,
#a9694ae240aa987 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a9694ae240aa987 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a9694ae240aa987 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a9694ae240aa987 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a9694ae240aa987 .accordion-menu .menu-item.active > a {
  background: #0578d0;
  color: #fff;
}
#a9694ae240aa987 .accordion-menu li a:hover {
  background-color: #0578d0;
  color: #fff;
  border: none;
}
#a9694ae240aa987 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a9694ae240aa987 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a9694ae240aa987 .hot-list,
#a9694ae240aa987 .new-list {
  padding: 12px;
}
#a9694ae240aa987 .new-list a:hover,
#a9694ae240aa987 .hot-list a:hover {
  color: #3d0e7c;
}
#a9694ae240aa987 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a9694ae240aa987 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a9694ae240aa987 .hot-item:hover a {
  color: #3d0e7c;
}
#a9694ae240aa987 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a9694ae240aa987 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0578d0;
  content: "";
}
#a9694ae240aa987 .content-header {
  padding-bottom: 10px;
}
#a9694ae240aa987 .item-title {
  color: #333;
}
#a9694ae240aa987 input::placeholder {
  color: #999;
}
#a9694ae240aa987 .datetime {
  color: #999;
}
#a9694ae240aa987 .new-item a {
  padding-left: 25px;
}
#a9694ae240aa987 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9694ae240aa987 [data-item*=".abstract"], #a9694ae240aa987 [data-item*=".abstract"] a {show: true;}#a9694ae240aa987 [data-item*=".subTitle"], #a9694ae240aa987 [data-item*=".subTitle"] a {show: true;}#a9694ae240aa987 [data-item*=".category"], #a9694ae240aa987 [data-item*=".category"] a {show: true;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae512aeedca28c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acd72a75a8a5122 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#acd72a75a8a5122 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#acd72a75a8a5122 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #acd72a75a8a5122 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #acd72a75a8a5122 .uk-container {
    padding: 0;
  }
  #acd72a75a8a5122 .sidebar {
    padding: 10px;
  }
}
#acd72a75a8a5122 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#acd72a75a8a5122 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#acd72a75a8a5122 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #0578d0;
  cursor: pointer;
}
#acd72a75a8a5122 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#acd72a75a8a5122 .content-tags a:hover {
  background: #0578d0;
  color: #fff;
  border-color: #0578d0;
}
#acd72a75a8a5122 .abstract,
#acd72a75a8a5122 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#acd72a75a8a5122 .copyright a {
  color: #999;
  word-break: break-all;
}
#acd72a75a8a5122 .detail-content {
  font-size: 16px;
  color: #444;
}
#acd72a75a8a5122 .detail-content img {
  margin-bottom: 10px;
}
#acd72a75a8a5122 .detail-content table {
  font-size: 13px;
}
#acd72a75a8a5122 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#acd72a75a8a5122 .hot-list,
#acd72a75a8a5122 .new-list {
  padding: 12px;
}
#acd72a75a8a5122 .new-list a:hover,
#acd72a75a8a5122 .hot-list a:hover {
  color: #3d0e7c;
}
#acd72a75a8a5122 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#acd72a75a8a5122 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#acd72a75a8a5122 .hot-item:hover a {
  color: #3d0e7c;
}
#acd72a75a8a5122 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#acd72a75a8a5122 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0578d0;
  content: "";
}
#acd72a75a8a5122 .content-header {
  padding-bottom: 10px;
}
#acd72a75a8a5122 .item-title {
  color: #333;
}
#acd72a75a8a5122 input::placeholder {
  color: #999;
}
#acd72a75a8a5122 .datetime {
  color: #999;
}
#acd72a75a8a5122 .new-item a {
  padding-left: 25px;
}
#acd72a75a8a5122 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#acd72a75a8a5122 .siblings a {
  color: #444;
  line-height: 2;
}
#acd72a75a8a5122 .siblings a:hover {
  color: #3d0e7c;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9abfa5056a640c .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #a9abfa5056a640c .sidebar {
    width: 100%;
  }
}
#a9abfa5056a640c .menu-header {
  padding: 20px 0 20px 20px;
  line-height: 1;
  margin-bottom: 2px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
#a9abfa5056a640c .menu-header .fa {
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 24px;
}
#a9abfa5056a640c .menu-header h4 {
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
#a9abfa5056a640c .menu-header span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#a9abfa5056a640c .menu-list {
  border: 1px solid #eaeaea;
}
#a9abfa5056a640c .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
#a9abfa5056a640c .submenu .menu-item.active > a {
  color: #0578d0;
}
#a9abfa5056a640c .submenu .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-size: contain;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  color: #999;
  line-height: 14px;
}
#a9abfa5056a640c .submenu .menu-item.active > a .indicator,
#a9abfa5056a640c .submenu .menu-item a:hover .indicator {
  color: #0578d0;
  border-color: #0578d0;
}
#a9abfa5056a640c .submenu .menu-item a:hover {
  color: #0578d0;
}
#a9abfa5056a640c .submenu li {
  padding-left: 8px;
}
#a9abfa5056a640c .menu-level-1 > a {
  color: #fff;
  position: relative;
  line-height: 62px;
  font-size: 20px;
  font-weight: bold;
  background: rgba(5, 120, 208, 0.7);
}
#a9abfa5056a640c .menu-level-1.active > a {
  background: #0578d0;
}
#a9abfa5056a640c .menu-level-1 > a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon_2.png) center center no-repeat;
}
#a9abfa5056a640c .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#a9abfa5056a640c .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#a9abfa5056a640c .contact-info {
  border-top: 1px solid #ECECEC;
}
#a9abfa5056a640c .contact-info p {
  margin: 0;
}
#a9abfa5056a640c .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#a9abfa5056a640c .hot-list {
  padding: 15px;
}
#a9abfa5056a640c .hot-list a {
  color: #777;
}
#a9abfa5056a640c .hot-list a:hover {
  color: #3d0e7c;
}
#a9abfa5056a640c .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a9abfa5056a640c .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a9abfa5056a640c .hot-item:hover a {
  color: #3d0e7c;
}
#a9abfa5056a640c .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a9abfa5056a640c .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0578d0;
  content: "";
}
#a9abfa5056a640c .content-header {
  padding-bottom: 10px;
}
#a9abfa5056a640c .uk-button-group .uk-button {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#a9abfa5056a640c .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#a9abfa5056a640c .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #a9abfa5056a640c .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abdd9a7106a3370 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#abdd9a7106a3370 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#abdd9a7106a3370 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#abdd9a7106a3370 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#abdd9a7106a3370 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#abdd9a7106a3370 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#abdd9a7106a3370 .menu-list > li.active > a:before,
#abdd9a7106a3370 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#abdd9a7106a3370 .menu-list > li ul li {
  position: relative;
}
#abdd9a7106a3370 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#abdd9a7106a3370 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#abdd9a7106a3370 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#abdd9a7106a3370 .menu-list li ul li a:active,
#abdd9a7106a3370 .menu-list li ul li a.active,
#abdd9a7106a3370 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#abdd9a7106a3370 .menu-list li ul,
#abdd9a7106a3370 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#abdd9a7106a3370 .menu-list li ul.menu-b > li,
#abdd9a7106a3370 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#abdd9a7106a3370 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#abdd9a7106a3370 .menu-list li:hover > ul {
  display: block;
}
#abdd9a7106a3370 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9abfa5056a640c [data-item*=".abstract"], #a9abfa5056a640c [data-item*=".abstract"] a {show: true;}#a9abfa5056a640c [data-item*=".subTitle"], #a9abfa5056a640c [data-item*=".subTitle"] a {show: true;}#a9abfa5056a640c [data-item*=".category"], #a9abfa5056a640c [data-item*=".category"] a {show: true;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae77daf36ca401b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a170fa2e62af507 .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #a170fa2e62af507 .sidebar {
    width: 100%;
  }
}
#a170fa2e62af507 .menu-header {
  padding: 20px 0 20px 20px;
  line-height: 1;
  margin-bottom: 2px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
#a170fa2e62af507 .menu-header .fa {
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 24px;
}
#a170fa2e62af507 .menu-header h4 {
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
#a170fa2e62af507 .menu-header span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#a170fa2e62af507 .menu-list {
  border: 1px solid #eaeaea;
}
#a170fa2e62af507 .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
#a170fa2e62af507 .submenu .menu-item.active > a {
  color: #0578d0;
}
#a170fa2e62af507 .submenu .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-size: contain;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  color: #999;
  line-height: 14px;
}
#a170fa2e62af507 .submenu .menu-item.active > a .indicator,
#a170fa2e62af507 .submenu .menu-item a:hover .indicator {
  color: #0578d0;
  border-color: #0578d0;
}
#a170fa2e62af507 .submenu .menu-item a:hover {
  color: #0578d0;
}
#a170fa2e62af507 .submenu li {
  padding-left: 8px;
}
#a170fa2e62af507 .menu-level-1 > a {
  color: #fff;
  position: relative;
  line-height: 62px;
  font-size: 20px;
  font-weight: bold;
  background: rgba(5, 120, 208, 0.7);
}
#a170fa2e62af507 .menu-level-1.active > a {
  background: #0578d0;
}
#a170fa2e62af507 .menu-level-1 > a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon_2.png) center center no-repeat;
}
#a170fa2e62af507 .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#a170fa2e62af507 .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#a170fa2e62af507 .contact-info {
  border-top: 1px solid #ECECEC;
}
#a170fa2e62af507 .contact-info p {
  margin: 0;
}
#a170fa2e62af507 .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#a170fa2e62af507 .hot-list {
  padding: 15px;
}
#a170fa2e62af507 .hot-list a {
  color: #777;
}
#a170fa2e62af507 .hot-list a:hover {
  color: #3d0e7c;
}
#a170fa2e62af507 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a170fa2e62af507 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a170fa2e62af507 .hot-item:hover a {
  color: #3d0e7c;
}
#a170fa2e62af507 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a170fa2e62af507 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0578d0;
  content: "";
}
#a170fa2e62af507 .content-header {
  padding-bottom: 10px;
}
#a170fa2e62af507 .uk-button-group .uk-button {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#a170fa2e62af507 .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#a170fa2e62af507 .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #a170fa2e62af507 .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a527daacbda0bb8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a527daacbda0bb8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a527daacbda0bb8 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#a527daacbda0bb8 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a527daacbda0bb8 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a527daacbda0bb8 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a527daacbda0bb8 .menu-list > li.active > a:before,
#a527daacbda0bb8 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a527daacbda0bb8 .menu-list > li ul li {
  position: relative;
}
#a527daacbda0bb8 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a527daacbda0bb8 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a527daacbda0bb8 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a527daacbda0bb8 .menu-list li ul li a:active,
#a527daacbda0bb8 .menu-list li ul li a.active,
#a527daacbda0bb8 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a527daacbda0bb8 .menu-list li ul,
#a527daacbda0bb8 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a527daacbda0bb8 .menu-list li ul.menu-b > li,
#a527daacbda0bb8 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a527daacbda0bb8 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a527daacbda0bb8 .menu-list li:hover > ul {
  display: block;
}
#a527daacbda0bb8 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a509eac80ba7896 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a509eac80ba7896 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a509eac80ba7896 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a509eac80ba7896 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a509eac80ba7896 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a509eac80ba7896 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a509eac80ba7896 .menu-list > li.active > a:before,
#a509eac80ba7896 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a509eac80ba7896 .menu-list > li ul li {
  position: relative;
}
#a509eac80ba7896 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a509eac80ba7896 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a509eac80ba7896 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a509eac80ba7896 .menu-list li ul li a:active,
#a509eac80ba7896 .menu-list li ul li a.active,
#a509eac80ba7896 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a509eac80ba7896 .menu-list li ul,
#a509eac80ba7896 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a509eac80ba7896 .menu-list li ul.menu-b > li,
#a509eac80ba7896 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a509eac80ba7896 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a509eac80ba7896 .menu-list li:hover > ul {
  display: block;
}
#a509eac80ba7896 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a170fa2e62af507 [data-item*=".abstract"], #a170fa2e62af507 [data-item*=".abstract"] a {show: true;}#a170fa2e62af507 [data-item*=".subTitle"], #a170fa2e62af507 [data-item*=".subTitle"] a {show: true;}#a170fa2e62af507 [data-item*=".category"], #a170fa2e62af507 [data-item*=".category"] a {show: true;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa281ac322a1adb .main-pic {
  border-radius: 10px 10px 10px 100px;
  box-shadow: 0 0 15px #d6d6d6;
}
#aa281ac322a1adb .subTitle {
  color: #888;
}
#aa281ac322a1adb .phone-tip {
  color: #faa05a;
}
#aa281ac322a1adb .abstract {
  white-space: pre-wrap;
}
#aa281ac322a1adb .buttons a {
  font-size: 16px;
}
#aa281ac322a1adb .main-pic-wrap {
  z-index: 5;
  background: #fff;
}
#aa281ac322a1adb .product-info-wrap {
  background: #fff;
  border-radius: 0 0 90px 0;
  box-shadow: 0 0 40px rgba(204, 204, 204, 0.3);
  padding-bottom: 0;
}
#aa281ac322a1adb .content-tags a {
  padding: 3px 15px;
  font-size: 13px;
  display: inline-block;
  color: #333;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px #ccc inset;
}
#aa281ac322a1adb .product-params {
  background: #1d284a;
  padding: 1px 15px;
  border-radius: 0 30px 0 0;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}
#aa281ac322a1adb .param-item {
  margin: 5px 0;
  font-size: 14px;
  line-height: 28px;
  padding-left: 25px;
  color: #fff;
  background: url(/resources/demo/free-template/point-2.png) left center no-repeat;
}
#aa281ac322a1adb .product-tip {
  background: #fcfcfd;
  border-radius: 0 0 5px 30px;
  box-shadow: 0 0 10px #ccc inset;
}
#aa281ac322a1adb .product-tip .phone {
  font-size: 28px;
  display: inline-block;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f98c30), to(#f94928));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#aa281ac322a1adb .tips li {
  display: inline-block;
  color: #cc9f67;
  padding-left: 20px;
  font-size: 18px;
  background: url(/resources/demo/free-template/point.png) left center no-repeat;
  margin-right: 20px;
}
#aa281ac322a1adb .sidebar {
  width: 280px;
}
#aa281ac322a1adb .accordion-menu-header {
  border: 1px solid #0578d0;
  color: #0578d0;
  position: relative;
}
#aa281ac322a1adb .accordion-menu-header .uk-h4 {
  font-size: 26px;
  font-weight: bold;
  color: #0578d0;
  margin: 4px 0 6px;
}
#aa281ac322a1adb .accordion-menu-header .header-subtitle {
  font-size: 14px;
  background: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  padding: 0 10px;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  line-height: 1;
}
#aa281ac322a1adb .product-list .menus {
  padding: 10px 12px 20px 12px;
  border: 1px solid #ccc;
}
#aa281ac322a1adb .first-level > a {
  font-size: 16px;
  color: #0578d0;
  line-height: 40px;
  border-bottom: 1px dashed #0578d0;
  display: block;
}
#aa281ac322a1adb .submenu a {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 24px;
  margin-top: 12px;
  display: block;
}
#aa281ac322a1adb .submenu li {
  width: 49%;
  display: inline-block;
}
@media (max-width: 640px) {
  #aa281ac322a1adb .main-pic {
    border-radius: 20px;
  }
  #aa281ac322a1adb .tips {
    font-size: 13px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e32a5da2a8f17 .af0e3aba61a4ed6 {
  overflow: hidden;
}
#a0e32a5da2a8f17 .af0e3aba61a4ed6 , #a0e32a5da2a8f17 .af0e3aba61a4ed6 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;text-align: center;font-family: FZHei-B01S;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e32a5da2a8f17 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0e32a5da2a8f17 .uk-position-center-left-out {
    left: -30px;
  }
  #a0e32a5da2a8f17 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abc81a90a2a9b09 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #ad973af8dea2250 .uk-container {
    padding: 0 60px;
  }
}
#ad973af8dea2250 .uk-card {
  overflow: hidden;
}
#ad973af8dea2250 .blog-date {
  background: #f1f1f1 none repeat scroll 0 0;
  margin-right: 30px;
  padding: 11px 23px;
}
#ad973af8dea2250 .b-date,
#ad973af8dea2250 .b-month {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
#ad973af8dea2250 .blog-meta span {
  margin-right: 18px;
}
#ad973af8dea2250 .blog-meta span i {
  display: inline-block;
  margin-right: 16px;
}
#ad973af8dea2250 .b-month {
  font-size: 12px;
}
#ad973af8dea2250 .uk-card {
  padding: 10px;
}
#ad973af8dea2250 .uk-list li::before {
  color: #0578d0;
}
#ad973af8dea2250 .uk-list a {
  color: #4c4c4c;
}
#ad973af8dea2250 .uk-list a.active,
#ad973af8dea2250 .uk-list a:hover {
  color: #0578d0;
  text-decoration: none;
}
#ad973af8dea2250 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#ad973af8dea2250 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#ad973af8dea2250 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a069faed03a780c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a069faed03a780c .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a069faed03a780c .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a069faed03a780c .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a069faed03a780c .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a069faed03a780c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a069faed03a780c .menu-list > li.active > a:before,
#a069faed03a780c .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a069faed03a780c .menu-list > li ul li {
  position: relative;
}
#a069faed03a780c .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a069faed03a780c .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a069faed03a780c .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a069faed03a780c .menu-list li ul li a:active,
#a069faed03a780c .menu-list li ul li a.active,
#a069faed03a780c .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a069faed03a780c .menu-list li ul,
#a069faed03a780c .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a069faed03a780c .menu-list li ul.menu-b > li,
#a069faed03a780c .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a069faed03a780c .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a069faed03a780c .menu-list li:hover > ul {
  display: block;
}
#a069faed03a780c .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad973af8dea2250 [data-item*=".abstract"], #ad973af8dea2250 [data-item*=".abstract"] a {show: true;}#ad973af8dea2250 [data-item*=".subTitle"], #ad973af8dea2250 [data-item*=".subTitle"] a {show: true;}#ad973af8dea2250 [data-item*=".category"], #ad973af8dea2250 [data-item*=".category"] a {show: true;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa223ae221acb99 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a544caa10fa466c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;box-shadow: 0px 5px 16px 2px rgba(99, 99, 99, 0.28);}#a4b0badb56a4d5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}#acd2da3430aeb62 > .ele-wrap {background-color: rgba(4, 104, 179, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.2);}#acd2da3430aeb62  > .ele-wrap:hover {box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.26);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abaf9a27d1a5595 > .ele-wrap {background-color: rgba(62, 16, 124, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.2);}#abaf9a27d1a5595  > .ele-wrap:hover {box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e01a8e86a8fbe .a24dfa216ba528a {
  overflow: hidden;
}
#a2e01a8e86a8fbe .a24dfa216ba528a , #a2e01a8e86a8fbe .a24dfa216ba528a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e01a8e86a8fbe .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a2e01a8e86a8fbe .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2e01a8e86a8fbe .uk-position-center-left-out {
    left: -30px;
  }
  #a2e01a8e86a8fbe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac781a9ae4a8c4c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8f3a4046a0afc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b79a98d6a2078 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a109aa25c5a119c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a54f2a7ed1a2669 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3eba32ffa2c58 {
  overflow: hidden;
  pointer-events: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav,
#aa3eba32ffa2c58 > .tab-nav,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #3f3b3a;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav a,
#aa3eba32ffa2c58 > .tab-nav a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav a {
  padding: 0 61px;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #3f3b3a;
  padding: 0 61px;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #8f8f8f;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #fff;
}
#aa3eba32ffa2c58 .layout-left li,
#aa3eba32ffa2c58 .layout-center li,
#aa3eba32ffa2c58 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa3eba32ffa2c58 .layout-left li a,
#aa3eba32ffa2c58 .layout-center li a,
#aa3eba32ffa2c58 .layout-right li a {
  height: 100%;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-left {
  text-align: left;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-center {
  text-align: center;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-right {
  text-align: right;
}
#aa3eba32ffa2c58 .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#aa3eba32ffa2c58 .tab-content-wrap {
  background-color: #ffffff;
}
#aa3eba32ffa2c58 .tab-contents,
#aa3eba32ffa2c58 .tab-contents-wrap {
  pointer-events: none;
}
#aa3eba32ffa2c58 .tab-content,
#aa3eba32ffa2c58 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa3eba32ffa2c58 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa3eba32ffa2c58 .tab-wrap .tab-contents {
  height: 100%;
}
#aa3eba32ffa2c58 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa3eba32ffa2c58 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa3eba32ffa2c58 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9e56a83eea0b60 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9e56a83eea0b60 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9e56a83eea0b60 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a9e56a83eea0b60 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9e56a83eea0b60 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3e107c;
}
#a9e56a83eea0b60 .menu-list > li.active > a:before,
#a9e56a83eea0b60 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9e56a83eea0b60 .menu-list > li ul li {
  position: relative;
}
#a9e56a83eea0b60 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9e56a83eea0b60 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9e56a83eea0b60 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9e56a83eea0b60 .menu-list li ul li a:active,
#a9e56a83eea0b60 .menu-list li ul li a.active,
#a9e56a83eea0b60 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9e56a83eea0b60 .menu-list li ul,
#a9e56a83eea0b60 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a9e56a83eea0b60 .menu-list li ul.menu-b > li,
#a9e56a83eea0b60 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9e56a83eea0b60 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9e56a83eea0b60 .menu-list li:hover > ul {
  display: block;
}
#a9e56a83eea0b60 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0c98a1c14a3332 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a929cac527a151d .aa323ad0e6ac17e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a929cac527a151d .aa323ad0e6ac17e  > .ele-wrap:hover {box-shadow: 0px 3px 5px 2px rgba(51, 51, 51, 0.06);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a929cac527a151d .ad7ccab616aa15a {
  overflow: hidden;
}
#a929cac527a151d .ad7ccab616aa15a , #a929cac527a151d .ad7ccab616aa15a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a929cac527a151d .a0a92a97feaf95b .img-wrap {
  border-top-width: 1px;
  border-top-color: #ebecf2;
  border-right-color: #ebecf2;
  border-left-color: #ebecf2;
  border-bottom-color: #ebecf2;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a929cac527a151d .a051fa2d6ea8d9f  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: right;font-family: inherit;color: rgba(196, 209, 229, 1);}#a929cac527a151d .a22cfab293ab1b4 , #a929cac527a151d .a22cfab293ab1b4 .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: right;font-family: inherit;color: rgba(61, 14, 124, 1);}#a929cac527a151d .a68b4a14a9af35d , #a929cac527a151d .a68b4a14a9af35d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#a929cac527a151d .a1437a0beca8d6b , #a929cac527a151d .a1437a0beca8d6b .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#a929cac527a151d .adc57ad58ba38a5 , #a929cac527a151d .adc57ad58ba38a5 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#a929cac527a151d .ac05ea297eaa388 , #a929cac527a151d .ac05ea297eaa388 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#a929cac527a151d .a6211a0a8dafe68 , #a929cac527a151d .a6211a0a8dafe68 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(160, 160, 160, 1);}#a929cac527a151d .a7a6bafa3aa6596 , #a929cac527a151d .a7a6bafa3aa6596 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(160, 160, 160, 1);}#a929cac527a151d .adf0fad95caa51f , #a929cac527a151d .adf0fad95caa51f .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: right;font-family: inherit;color: rgba(160, 160, 160, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a929cac527a151d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a929cac527a151d .uk-position-center-left-out {
    left: -30px;
  }
  #a929cac527a151d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33a7ac9bca35e5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aa9a8c85a0fa3 {
  min-height: 300px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3d03aeb78add51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 5px 2px rgba(204, 204, 204, 0.36);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a82f4aab80a9d1b , #a82f4aab80a9d1b .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: right;font-family: inherit;color: rgba(62, 16, 124, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a313ca6799ac64b {
  overflow: hidden;
}
#a313ca6799ac64b , #a313ca6799ac64b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 26px;font-family: inherit;}#a8676aa261adc0e > .ele-wrap {border-bottom-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#af860a2d7eae529 , #af860a2d7eae529 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7f5ba4ccba6cd4 , #a7f5ba4ccba6cd4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#af371ac677aa33c , #af371ac677aa33c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0906a69a6ab1d4 , #a0906a69a6ab1d4 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: right;font-family: inherit;color: rgba(51, 51, 51, 1);}#aadc2a2a03a2727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 5px 2px rgba(204, 204, 204, 0.36);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a806ba65cfad927 , #a806ba65cfad927 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(102, 102, 102, 1);}#ac05daca27a13e6 , #ac05daca27a13e6 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(102, 102, 102, 1);}#aa888a6c2da1029 , #aa888a6c2da1029 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(102, 102, 102, 1);}#a53d9a2d49aa864 , #a53d9a2d49aa864 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(102, 102, 102, 1);}#afe48ae69aa9487 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #60bc57;border-radius: 25px;}#afe48ae69aa9487 .ele-wrap:hover {background-color: #509c49;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad293a21d9adfcb {background-color: rgba(0,0,0,0.7);}#ad293a21d9adfcb > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af3c0a4343a3976 .form-agree {
  display: flex;
  align-items: center;
}
#af3c0a4343a3976 .uk-form .form-submit-btn {
  width: 354px;
}
#af3c0a4343a3976 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af3c0a4343a3976 .submit-wrap {
  text-align: center;
}
#af3c0a4343a3976 .submit-wrap button {
  background-color: #ff8b30;
}
#af3c0a4343a3976 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af3c0a4343a3976 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af3c0a4343a3976 .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af3c0a4343a3976 .form-item .uk-input,
#af3c0a4343a3976 .form-item .uk-select,
#af3c0a4343a3976 .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af3c0a4343a3976 .form-item .auto-height {
  height: auto;
}
#af3c0a4343a3976 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af3c0a4343a3976 .form-item .send-code {
  bottom: 2px;
}
#af3c0a4343a3976 .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af3c0a4343a3976 .uk-form-label,
#af3c0a4343a3976 .form-agree,
#af3c0a4343a3976 .uk-h3,
#af3c0a4343a3976 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a520eab221a1726 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7963a8869a5ff5 .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #a7963a8869a5ff5 .sidebar {
    width: 100%;
  }
}
#a7963a8869a5ff5 .menu-header {
  padding: 20px 0 20px 20px;
  line-height: 1;
  margin-bottom: 2px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
#a7963a8869a5ff5 .menu-header .fa {
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 24px;
}
#a7963a8869a5ff5 .menu-header h4 {
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
#a7963a8869a5ff5 .menu-header span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#a7963a8869a5ff5 .menu-list {
  border: 1px solid #eaeaea;
}
#a7963a8869a5ff5 .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
#a7963a8869a5ff5 .submenu .menu-item.active > a {
  color: #0578d0;
}
#a7963a8869a5ff5 .submenu .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-size: contain;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  color: #999;
  line-height: 14px;
}
#a7963a8869a5ff5 .submenu .menu-item.active > a .indicator,
#a7963a8869a5ff5 .submenu .menu-item a:hover .indicator {
  color: #0578d0;
  border-color: #0578d0;
}
#a7963a8869a5ff5 .submenu .menu-item a:hover {
  color: #0578d0;
}
#a7963a8869a5ff5 .submenu li {
  padding-left: 8px;
}
#a7963a8869a5ff5 .menu-level-1 > a {
  color: #fff;
  position: relative;
  line-height: 62px;
  font-size: 20px;
  font-weight: bold;
  background: rgba(5, 120, 208, 0.7);
}
#a7963a8869a5ff5 .menu-level-1.active > a {
  background: #0578d0;
}
#a7963a8869a5ff5 .menu-level-1 > a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon_2.png) center center no-repeat;
}
#a7963a8869a5ff5 .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#a7963a8869a5ff5 .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#a7963a8869a5ff5 .contact-info {
  border-top: 1px solid #ECECEC;
}
#a7963a8869a5ff5 .contact-info p {
  margin: 0;
}
#a7963a8869a5ff5 .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#a7963a8869a5ff5 .hot-list {
  padding: 15px;
}
#a7963a8869a5ff5 .hot-list a {
  color: #777;
}
#a7963a8869a5ff5 .hot-list a:hover {
  color: #3d0e7c;
}
#a7963a8869a5ff5 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a7963a8869a5ff5 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a7963a8869a5ff5 .hot-item:hover a {
  color: #3d0e7c;
}
#a7963a8869a5ff5 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a7963a8869a5ff5 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0578d0;
  content: "";
}
#a7963a8869a5ff5 .content-header {
  padding-bottom: 10px;
}
#a7963a8869a5ff5 .uk-button-group .uk-button {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#a7963a8869a5ff5 .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#a7963a8869a5ff5 .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #a7963a8869a5ff5 .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5194af618ae420 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5194af618ae420 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5194af618ae420 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a5194af618ae420 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5194af618ae420 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a5194af618ae420 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a5194af618ae420 .menu-list > li.active > a:before,
#a5194af618ae420 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5194af618ae420 .menu-list > li ul li {
  position: relative;
}
#a5194af618ae420 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a5194af618ae420 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a5194af618ae420 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a5194af618ae420 .menu-list li ul li a:active,
#a5194af618ae420 .menu-list li ul li a.active,
#a5194af618ae420 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a5194af618ae420 .menu-list li ul,
#a5194af618ae420 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a5194af618ae420 .menu-list li ul.menu-b > li,
#a5194af618ae420 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5194af618ae420 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5194af618ae420 .menu-list li:hover > ul {
  display: block;
}
#a5194af618ae420 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d2a61c7a2406 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae6d2a61c7a2406 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae6d2a61c7a2406 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#ae6d2a61c7a2406 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ae6d2a61c7a2406 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ae6d2a61c7a2406 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ae6d2a61c7a2406 .menu-list > li.active > a:before,
#ae6d2a61c7a2406 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ae6d2a61c7a2406 .menu-list > li ul li {
  position: relative;
}
#ae6d2a61c7a2406 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ae6d2a61c7a2406 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ae6d2a61c7a2406 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ae6d2a61c7a2406 .menu-list li ul li a:active,
#ae6d2a61c7a2406 .menu-list li ul li a.active,
#ae6d2a61c7a2406 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ae6d2a61c7a2406 .menu-list li ul,
#ae6d2a61c7a2406 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ae6d2a61c7a2406 .menu-list li ul.menu-b > li,
#ae6d2a61c7a2406 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ae6d2a61c7a2406 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ae6d2a61c7a2406 .menu-list li:hover > ul {
  display: block;
}
#ae6d2a61c7a2406 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7963a8869a5ff5 [data-item*=".abstract"], #a7963a8869a5ff5 [data-item*=".abstract"] a {show: true;}#a7963a8869a5ff5 [data-item*=".subTitle"], #a7963a8869a5ff5 [data-item*=".subTitle"] a {show: true;}#a7963a8869a5ff5 [data-item*=".category"], #a7963a8869a5ff5 [data-item*=".category"] a {show: true;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa09da1f0aabbc3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a544caa10fa466c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;box-shadow: 0px 5px 16px 2px rgba(99, 99, 99, 0.28);}#a4b0badb56a4d5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}#acd2da3430aeb62 > .ele-wrap {background-color: rgba(4, 104, 179, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.2);}#acd2da3430aeb62  > .ele-wrap:hover {box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.26);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abaf9a27d1a5595 > .ele-wrap {background-color: rgba(62, 16, 124, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.2);}#abaf9a27d1a5595  > .ele-wrap:hover {box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e01a8e86a8fbe .a24dfa216ba528a {
  overflow: hidden;
}
#a2e01a8e86a8fbe .a24dfa216ba528a , #a2e01a8e86a8fbe .a24dfa216ba528a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e01a8e86a8fbe .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a2e01a8e86a8fbe .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2e01a8e86a8fbe .uk-position-center-left-out {
    left: -30px;
  }
  #a2e01a8e86a8fbe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac781a9ae4a8c4c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8f3a4046a0afc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b79a98d6a2078 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a109aa25c5a119c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a54f2a7ed1a2669 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3eba32ffa2c58 {
  overflow: hidden;
  pointer-events: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav,
#aa3eba32ffa2c58 > .tab-nav,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #3f3b3a;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav a,
#aa3eba32ffa2c58 > .tab-nav a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav a {
  padding: 0 61px;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #3f3b3a;
  padding: 0 61px;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #8f8f8f;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #fff;
}
#aa3eba32ffa2c58 .layout-left li,
#aa3eba32ffa2c58 .layout-center li,
#aa3eba32ffa2c58 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa3eba32ffa2c58 .layout-left li a,
#aa3eba32ffa2c58 .layout-center li a,
#aa3eba32ffa2c58 .layout-right li a {
  height: 100%;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-left {
  text-align: left;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-center {
  text-align: center;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-right {
  text-align: right;
}
#aa3eba32ffa2c58 .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#aa3eba32ffa2c58 .tab-content-wrap {
  background-color: #ffffff;
}
#aa3eba32ffa2c58 .tab-contents,
#aa3eba32ffa2c58 .tab-contents-wrap {
  pointer-events: none;
}
#aa3eba32ffa2c58 .tab-content,
#aa3eba32ffa2c58 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa3eba32ffa2c58 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa3eba32ffa2c58 .tab-wrap .tab-contents {
  height: 100%;
}
#aa3eba32ffa2c58 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa3eba32ffa2c58 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa3eba32ffa2c58 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9e56a83eea0b60 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9e56a83eea0b60 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9e56a83eea0b60 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a9e56a83eea0b60 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9e56a83eea0b60 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3e107c;
}
#a9e56a83eea0b60 .menu-list > li.active > a:before,
#a9e56a83eea0b60 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9e56a83eea0b60 .menu-list > li ul li {
  position: relative;
}
#a9e56a83eea0b60 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9e56a83eea0b60 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9e56a83eea0b60 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9e56a83eea0b60 .menu-list li ul li a:active,
#a9e56a83eea0b60 .menu-list li ul li a.active,
#a9e56a83eea0b60 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9e56a83eea0b60 .menu-list li ul,
#a9e56a83eea0b60 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a9e56a83eea0b60 .menu-list li ul.menu-b > li,
#a9e56a83eea0b60 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9e56a83eea0b60 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9e56a83eea0b60 .menu-list li:hover > ul {
  display: block;
}
#a9e56a83eea0b60 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2bcea7cc0aaa83 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af921a8586a7597 .ab0bdae214a7566 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af921a8586a7597 .ab0bdae214a7566  > .ele-wrap:hover {box-shadow: 0px 3px 5px 2px rgba(51, 51, 51, 0.06);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af921a8586a7597 .a446cac4a9a5806 {
  overflow: hidden;
}
#af921a8586a7597 .a446cac4a9a5806 , #af921a8586a7597 .a446cac4a9a5806 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af921a8586a7597 .af685ae840a9d7a .img-wrap {
  border-top-width: 1px;
  border-top-color: #ebecf2;
  border-right-color: #ebecf2;
  border-left-color: #ebecf2;
  border-bottom-color: #ebecf2;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af921a8586a7597 .a6093aeea7a69e7 , #af921a8586a7597 .a6093aeea7a69e7 .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: right;font-family: inherit;color: rgba(61, 14, 124, 1);}#af921a8586a7597 .a3c5eaf7dda299d , #af921a8586a7597 .a3c5eaf7dda299d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(160, 160, 160, 1);}#af921a8586a7597 .a56bea898da25af , #af921a8586a7597 .a56bea898da25af .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(160, 160, 160, 1);}#af921a8586a7597 .a6200a8b41a63ca , #af921a8586a7597 .a6200a8b41a63ca .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#af921a8586a7597 .afbd1af7b3a24dc , #af921a8586a7597 .afbd1af7b3a24dc .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(160, 160, 160, 1);}#af921a8586a7597 .a8880afc43a5812 > .ele-wrap {background-color: rgba(61, 14, 124, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af921a8586a7597 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af921a8586a7597 .uk-position-center-left-out {
    left: -30px;
  }
  #af921a8586a7597 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae307aeefda3f51 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afeb4a2a77a5b62 .price {
  border-radius: 4px;
}
#afeb4a2a77a5b62 .detail-content video {
  margin-top: 0;
  object-fit: contain;
  height: 400px;
}
@media (max-width: 640px) {
  #afeb4a2a77a5b62 .detail-content video {
    height: 280px;
    background: #000;
  }
}
#afeb4a2a77a5b62 .detail-content {
  max-width: 1200px;
  margin: 0 auto;
}
#afeb4a2a77a5b62 .content-tags a {
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  background: rgba(5, 120, 208, 0.3);
  color: #555;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
}
#afeb4a2a77a5b62 .abstract,
#afeb4a2a77a5b62 .item-date,
#afeb4a2a77a5b62 .param-item {
  color: #888;
}
#afeb4a2a77a5b62 .item-title {
  color: #333;
  line-height: 2;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a24c3a216ca649e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a873ba1e30a69f2 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a873ba1e30a69f2 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a873ba1e30a69f2 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a873ba1e30a69f2 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a873ba1e30a69f2 .uk-container {
    padding: 0;
  }
  #a873ba1e30a69f2 .sidebar {
    padding: 10px;
  }
}
#a873ba1e30a69f2 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a873ba1e30a69f2 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a873ba1e30a69f2 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #0578d0;
  cursor: pointer;
}
#a873ba1e30a69f2 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a873ba1e30a69f2 .content-tags a:hover {
  background: #0578d0;
  color: #fff;
  border-color: #0578d0;
}
#a873ba1e30a69f2 .abstract,
#a873ba1e30a69f2 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a873ba1e30a69f2 .copyright a {
  color: #999;
  word-break: break-all;
}
#a873ba1e30a69f2 .detail-content {
  font-size: 16px;
  color: #444;
}
#a873ba1e30a69f2 .detail-content img {
  margin-bottom: 10px;
}
#a873ba1e30a69f2 .detail-content table {
  font-size: 13px;
}
#a873ba1e30a69f2 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a873ba1e30a69f2 .hot-list,
#a873ba1e30a69f2 .new-list {
  padding: 12px;
}
#a873ba1e30a69f2 .new-list a:hover,
#a873ba1e30a69f2 .hot-list a:hover {
  color: #3d0e7c;
}
#a873ba1e30a69f2 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a873ba1e30a69f2 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a873ba1e30a69f2 .hot-item:hover a {
  color: #3d0e7c;
}
#a873ba1e30a69f2 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a873ba1e30a69f2 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0578d0;
  content: "";
}
#a873ba1e30a69f2 .content-header {
  padding-bottom: 10px;
}
#a873ba1e30a69f2 .item-title {
  color: #333;
}
#a873ba1e30a69f2 input::placeholder {
  color: #999;
}
#a873ba1e30a69f2 .datetime {
  color: #999;
}
#a873ba1e30a69f2 .new-item a {
  padding-left: 25px;
}
#a873ba1e30a69f2 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a873ba1e30a69f2 .siblings a {
  color: #444;
  line-height: 2;
}
#a873ba1e30a69f2 .siblings a:hover {
  color: #3d0e7c;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a479cac6c0a8471 > .ele-wrap {background-image: url(/resources/images/ea079f7cec92aed8dbe7e29c0e0a0cf05fe7ccbd4711d880231a7823da5b964d.jpg);}#a479cac6c0a8471 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0.58);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a479cac6c0a8471 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 14, 124, 0.8);}#a8723a58e5aea57 , #a8723a58e5aea57 a{color: rgba(255, 255, 255, 1);}#a966ea7ab5a2f0e , #a966ea7ab5a2f0e a{color: rgba(255, 255, 255, 1);}#a529ca22cba2e30 > .ele-wrap {background-image: url(/resources/images/f576a20b7357820be26dbe864d5a9a49c16e16df7ef0f3b2ca059446596c7eb4.jpg);}#a529ca22cba2e30 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(0, 0, 0, 0.58);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a529ca22cba2e30 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(61, 14, 124, 0.8);}#a2b34a09d4a42e0 , #a2b34a09d4a42e0 a{color: rgba(255, 255, 255, 1);}#a7785a338ea99a0 , #a7785a338ea99a0 a{color: rgba(255, 255, 255, 1);}#a4a46a4f77aaddf .a63c1ae12fa6f4b > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 0px 0px ;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4a46a4f77aaddf .a36dcab38ea961d .img-wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4a46a4f77aaddf .a0614a13eaaee4f {
  overflow: hidden;
}
#a4a46a4f77aaddf .a0614a13eaaee4f , #a4a46a4f77aaddf .a0614a13eaaee4f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4a46a4f77aaddf .a5604ac316a6109 {
  overflow: hidden;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4a46a4f77aaddf .uk-grid {
  margin-left: -20px;
}
#a4a46a4f77aaddf .uk-grid > * {
  padding-left: 20px;
}
#a4a46a4f77aaddf .uk-grid > .uk-grid-margin {
  margin-top: 2px;
}
#a4a46a4f77aaddf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4a46a4f77aaddf .uk-position-center-left-out {
    left: -30px;
  }
  #a4a46a4f77aaddf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a24c7a11e5a589a [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2999a31a2a548c > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 0px 0px ;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f82afc35a4d6a .a8374a863aa0c91 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 0px 0px ;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f82afc35a4d6a .a5466a60fea3ffd {
  overflow: hidden;
}
#a3f82afc35a4d6a .a5466a60fea3ffd , #a3f82afc35a4d6a .a5466a60fea3ffd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f82afc35a4d6a .a2f0eaff9fa2dc7 {
  overflow: hidden;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f82afc35a4d6a .uk-grid {
  margin-left: -nullpx;
}
#a3f82afc35a4d6a .uk-grid > * {
  padding-left: nullpx;
}
#a3f82afc35a4d6a .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a3f82afc35a4d6a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3f82afc35a4d6a .uk-position-center-left-out {
    left: -30px;
  }
  #a3f82afc35a4d6a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae27fa5282a1666 .a7851a15dba59ec .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ae27fa5282a1666 .aa904a6765adf78 > .ele-wrap {background-color: rgba(0, 0, 0, 0.26);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae27fa5282a1666 .adee4aa7e8a8133 {
  overflow: hidden;
}
#ae27fa5282a1666 .adee4aa7e8a8133 , #ae27fa5282a1666 .adee4aa7e8a8133 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae27fa5282a1666 .uk-grid {
  margin-left: -10px;
}
#ae27fa5282a1666 .uk-grid > * {
  padding-left: 10px;
}
#ae27fa5282a1666 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae27fa5282a1666 .uk-position-center-left-out {
    left: -30px;
  }
  #ae27fa5282a1666 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac64ea14e2abdc6 .abc1eafb66ad51a > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 0px 0px ;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac64ea14e2abdc6 .ac382a6656a1398 {
  overflow: hidden;
}
#ac64ea14e2abdc6 .ac382a6656a1398 , #ac64ea14e2abdc6 .ac382a6656a1398 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac64ea14e2abdc6 .ac8b7a8e79a713f {
  overflow: hidden;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac64ea14e2abdc6 .uk-grid {
  margin-left: -nullpx;
}
#ac64ea14e2abdc6 .uk-grid > * {
  padding-left: nullpx;
}
#ac64ea14e2abdc6 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#ac64ea14e2abdc6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac64ea14e2abdc6 .uk-position-center-left-out {
    left: -30px;
  }
  #ac64ea14e2abdc6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2725a62a4a4dcb .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a2725a62a4a4dcb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a276dab1e8a5e4e {
  overflow: hidden;
  pointer-events: none;
}
#a276dab1e8a5e4e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a276dab1e8a5e4e > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a276dab1e8a5e4e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a276dab1e8a5e4e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a276dab1e8a5e4e > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a276dab1e8a5e4e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav,
#a276dab1e8a5e4e > .tab-nav,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav-horizontal,
#a276dab1e8a5e4e > .tab-nav-horizontal,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a276dab1e8a5e4e > .tab-nav-horizontal::-webkit-scrollbar,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a276dab1e8a5e4e > .tab-nav-horizontal.tagScroll,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 30px;
  overflow-x: auto;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a276dab1e8a5e4e > .tab-nav-horizontal.tagScroll li a,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav a,
#a276dab1e8a5e4e > .tab-nav a,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav a {
  padding: 0 26px;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav li a,
#a276dab1e8a5e4e > .tab-nav li a,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 30px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  margin-top: 10px;
  margin-right: 10px;
  border-top-width: 1px;
  border-top-color: #dedede;
  border-top-style: solid;
  border-right-color: #dedede;
  border-left-color: #dedede;
  border-bottom-color: #dedede;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  margin-left: 10px;
  padding: 0 26px;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav li a svg,
#a276dab1e8a5e4e > .tab-nav li a svg,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a276dab1e8a5e4e > .tab-nav li a .ap_icon,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav li a:hover,
#a276dab1e8a5e4e > .tab-nav li a:hover,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a276dab1e8a5e4e > .tab-wrap > div > .tab-nav li.uk-active a,
#a276dab1e8a5e4e > .tab-nav li.uk-active a,
#a276dab1e8a5e4e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a276dab1e8a5e4e > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a276dab1e8a5e4e .layout-left li,
#a276dab1e8a5e4e .layout-center li,
#a276dab1e8a5e4e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a276dab1e8a5e4e .layout-left li a,
#a276dab1e8a5e4e .layout-center li a,
#a276dab1e8a5e4e .layout-right li a {
  height: 100%;
}
#a276dab1e8a5e4e > .tab-tabs .layout-left {
  text-align: left;
}
#a276dab1e8a5e4e > .tab-tabs .layout-center {
  text-align: center;
}
#a276dab1e8a5e4e > .tab-tabs .layout-right {
  text-align: right;
}
#a276dab1e8a5e4e .tab-contents {
  height: 100%;
  height: calc(100% - 30px);
}
#a276dab1e8a5e4e .tab-content-wrap {
  background-color: transparent;
}
#a276dab1e8a5e4e .tab-contents,
#a276dab1e8a5e4e .tab-contents-wrap {
  pointer-events: none;
}
#a276dab1e8a5e4e .tab-content,
#a276dab1e8a5e4e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a276dab1e8a5e4e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a276dab1e8a5e4e .tab-wrap .tab-contents {
  height: 100%;
}
#a276dab1e8a5e4e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a276dab1e8a5e4e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a276dab1e8a5e4e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33a7ac9bca35e5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a290da1c2aaabc2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a290da1c2aaabc2 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a290da1c2aaabc2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a290da1c2aaabc2 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a:before,
#a290da1c2aaabc2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a290da1c2aaabc2 .menu-list > li ul li {
  position: relative;
}
#a290da1c2aaabc2 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list li ul li a:active,
#a290da1c2aaabc2 .menu-list li ul li a.active,
#a290da1c2aaabc2 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a290da1c2aaabc2 .menu-list li ul,
#a290da1c2aaabc2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a290da1c2aaabc2 .menu-list li ul.menu-b > li,
#a290da1c2aaabc2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a290da1c2aaabc2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a290da1c2aaabc2 .menu-list li:hover > ul {
  display: block;
}
#a290da1c2aaabc2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abf09a3cddaf992 > .ele-wrap {background-color: rgba(5, 120, 208, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afdaaa18ecadc52 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac175ae3b6a6af1 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a402eae31ba4f96 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad102a648da3af9 > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d2aa226baa093 [data-item="undefined"] {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97c8a8f4bac455 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);color: #8b1154;}#a97c8a8f4bac455 * {color: #8b1154 }
                            #a97c8a8f4bac455 .line{border-color: #8b1154 }@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a035aa7528a8a32 .img-wrap {
  box-shadow: 2px -3px 5px 8px undefined;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a290da1c2aaabc2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a290da1c2aaabc2 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a290da1c2aaabc2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a290da1c2aaabc2 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a:before,
#a290da1c2aaabc2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a290da1c2aaabc2 .menu-list > li ul li {
  position: relative;
}
#a290da1c2aaabc2 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list li ul li a:active,
#a290da1c2aaabc2 .menu-list li ul li a.active,
#a290da1c2aaabc2 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a290da1c2aaabc2 .menu-list li ul,
#a290da1c2aaabc2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a290da1c2aaabc2 .menu-list li ul.menu-b > li,
#a290da1c2aaabc2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a290da1c2aaabc2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a290da1c2aaabc2 .menu-list li:hover > ul {
  display: block;
}
#a290da1c2aaabc2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a85a7a6840adc0d > .ele-wrap {background-color: rgba(238, 238, 238, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3a11abcf0af435 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a6a6da971ea443b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#afd00ad97daa40b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a4ed6ad0f9a786d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a466aa4f27ac128 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a0117a7257a211a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a7ceba84daa872c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#acf7fa13e6a9f88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a2369a1da4af4f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a082da7fefa267f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a1e0aaafcea56b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a6d01a2983a9c09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a133fa08fca5e58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 2px 10px 3px rgba(204, 204, 204, 0.5);}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e13ac23fa4049 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a290da1c2aaabc2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a290da1c2aaabc2 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a290da1c2aaabc2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a290da1c2aaabc2 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a:before,
#a290da1c2aaabc2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a290da1c2aaabc2 .menu-list > li ul li {
  position: relative;
}
#a290da1c2aaabc2 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list li ul li a:active,
#a290da1c2aaabc2 .menu-list li ul li a.active,
#a290da1c2aaabc2 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a290da1c2aaabc2 .menu-list li ul,
#a290da1c2aaabc2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a290da1c2aaabc2 .menu-list li ul.menu-b > li,
#a290da1c2aaabc2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a290da1c2aaabc2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a290da1c2aaabc2 .menu-list li:hover > ul {
  display: block;
}
#a290da1c2aaabc2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0bf2a86f8a71c2 > .ele-wrap {background-color: rgba(5, 120, 208, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0872a13caab990 .gallery-items-wrap {
  margin-left: -15px;
}
#a0872a13caab990 .filter.active {
  background-color: #0578d0;
}
#a0872a13caab990 .gallery-item {
  width: 238px;
  margin: 0 0 15px 15px;
  float: left;
  list-style: none;
  position: relative;
}
#a0872a13caab990 .text-style-3 figure {
  height: 300px;
}
#a0872a13caab990 .gallery-item {
  margin-left: 2px;
}
#a0872a13caab990 .gallery-items-wrap {
  margin-left: -2px;
}
#a0872a13caab990 .gallery-item {
  margin-bottom: nullpx;
}
#a43f7a514eacfbf [data-item="undefined"] {background-color: rgba(238, 238, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6c78a3262a60db .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f14aee8ea6f02 .timeline-item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  #a6f14aee8ea6f02 .timeline-item {
    padding-left: 60px;
  }
  #a6f14aee8ea6f02 .timeline-item-date {
    position: absolute;
    top: -1px;
    right: 100%;
    white-space: nowrap;
    margin-right: 5px;
  }
  #a6f14aee8ea6f02 .timeline-item-date:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    background-color: rgba(169, 177, 187, 0.5);
    margin-left: 15px;
  }
}
#a6f14aee8ea6f02 .timeline-item-point {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #0578d0;
  padding: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#a6f14aee8ea6f02 .timeline-item-point:before {
  content: '';
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background-color: #0578d0;
}
#a6f14aee8ea6f02 .timeline-item-line {
  position: absolute;
  top: 25px;
  left: 7px;
  bottom: 5px;
  width: 2px;
  border-left: 2px dashed #a9b1bb;
  border-right: 2px dashed #a9b1bb;
}
#a6f14aee8ea6f02 .timeline-item-active .timeline-item-line {
  top: 18px;
  bottom: 0;
  left: 8px;
  margin: 0;
  background-color: #0578d0;
  border: none!important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a290da1c2aaabc2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a290da1c2aaabc2 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a290da1c2aaabc2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a290da1c2aaabc2 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a:before,
#a290da1c2aaabc2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a290da1c2aaabc2 .menu-list > li ul li {
  position: relative;
}
#a290da1c2aaabc2 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list li ul li a:active,
#a290da1c2aaabc2 .menu-list li ul li a.active,
#a290da1c2aaabc2 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a290da1c2aaabc2 .menu-list li ul,
#a290da1c2aaabc2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a290da1c2aaabc2 .menu-list li ul.menu-b > li,
#a290da1c2aaabc2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a290da1c2aaabc2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a290da1c2aaabc2 .menu-list li:hover > ul {
  display: block;
}
#a290da1c2aaabc2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f14aee8ea6f02 [data-item="items"] {left: -5px;top: -41px; position: relative;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a24c3a216ca649e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a290da1c2aaabc2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a290da1c2aaabc2 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a290da1c2aaabc2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a290da1c2aaabc2 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#a290da1c2aaabc2 .menu-list > li.active > a:before,
#a290da1c2aaabc2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a290da1c2aaabc2 .menu-list > li ul li {
  position: relative;
}
#a290da1c2aaabc2 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a290da1c2aaabc2 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a290da1c2aaabc2 .menu-list li ul li a:active,
#a290da1c2aaabc2 .menu-list li ul li a.active,
#a290da1c2aaabc2 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a290da1c2aaabc2 .menu-list li ul,
#a290da1c2aaabc2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a290da1c2aaabc2 .menu-list li ul.menu-b > li,
#a290da1c2aaabc2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a290da1c2aaabc2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a290da1c2aaabc2 .menu-list li:hover > ul {
  display: block;
}
#a290da1c2aaabc2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a71faaf414a54b3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acea3ad813a56ce .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(5, 120, 208, 1);border-radius: 5px;justify-content: center;border-style: solid;}#acea3ad813a56ce .ele-wrap:hover {background-color: #0483cc;}#ae326aaa05a2d97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af29fac0fbad4be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa01ca4f5ca363e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4abfae119a0eba .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(5, 120, 208, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4abfae119a0eba .ele-wrap:hover {background-color: #0483cc;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33a7ac9bca35e5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a544caa10fa466c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;box-shadow: 0px 5px 16px 2px rgba(99, 99, 99, 0.28);}#a4b0badb56a4d5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}#acd2da3430aeb62 > .ele-wrap {background-color: rgba(4, 104, 179, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.2);}#acd2da3430aeb62  > .ele-wrap:hover {box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.26);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abaf9a27d1a5595 > .ele-wrap {background-color: rgba(62, 16, 124, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.2);}#abaf9a27d1a5595  > .ele-wrap:hover {box-shadow: 0px 5px 5px 2px rgba(112, 112, 112, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e01a8e86a8fbe .a24dfa216ba528a {
  overflow: hidden;
}
#a2e01a8e86a8fbe .a24dfa216ba528a , #a2e01a8e86a8fbe .a24dfa216ba528a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e01a8e86a8fbe .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a2e01a8e86a8fbe .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2e01a8e86a8fbe .uk-position-center-left-out {
    left: -30px;
  }
  #a2e01a8e86a8fbe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4ab2a97d3a4bd9 .ele-wrap {border-width: 0px;border-style: solid;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a4ab2a97d3a4bd9 .ele-wrap:hover {background-color: #fff;background-color: rgba(255, 255, 255, 0);}#ac1b7a6b5ca3d5b .ele-wrap {border-width: 0px;border-style: solid;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#ac1b7a6b5ca3d5b .ele-wrap:hover {background-color: #fff;background-color: rgba(255, 255, 255, 0);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac781a9ae4a8c4c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8f3a4046a0afc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b79a98d6a2078 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a109aa25c5a119c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a54f2a7ed1a2669 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3eba32ffa2c58 {
  overflow: hidden;
  pointer-events: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa3eba32ffa2c58 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav,
#aa3eba32ffa2c58 > .tab-nav,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #3f3b3a;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav a,
#aa3eba32ffa2c58 > .tab-nav a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav a {
  padding: 0 61px;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #3f3b3a;
  padding: 0 61px;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#aa3eba32ffa2c58 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa3eba32ffa2c58 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #8f8f8f;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #fff;
}
#aa3eba32ffa2c58 .layout-left li,
#aa3eba32ffa2c58 .layout-center li,
#aa3eba32ffa2c58 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa3eba32ffa2c58 .layout-left li a,
#aa3eba32ffa2c58 .layout-center li a,
#aa3eba32ffa2c58 .layout-right li a {
  height: 100%;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-left {
  text-align: left;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-center {
  text-align: center;
}
#aa3eba32ffa2c58 > .tab-tabs .layout-right {
  text-align: right;
}
#aa3eba32ffa2c58 .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#aa3eba32ffa2c58 .tab-content-wrap {
  background-color: #ffffff;
}
#aa3eba32ffa2c58 .tab-contents,
#aa3eba32ffa2c58 .tab-contents-wrap {
  pointer-events: none;
}
#aa3eba32ffa2c58 .tab-content,
#aa3eba32ffa2c58 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa3eba32ffa2c58 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa3eba32ffa2c58 .tab-wrap .tab-contents {
  height: 100%;
}
#aa3eba32ffa2c58 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa3eba32ffa2c58 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa3eba32ffa2c58 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9e56a83eea0b60 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9e56a83eea0b60 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9e56a83eea0b60 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#a9e56a83eea0b60 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9e56a83eea0b60 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3e107c;
}
#a9e56a83eea0b60 .menu-list > li.active > a:before,
#a9e56a83eea0b60 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9e56a83eea0b60 .menu-list > li ul li {
  position: relative;
}
#a9e56a83eea0b60 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9e56a83eea0b60 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9e56a83eea0b60 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9e56a83eea0b60 .menu-list li ul li a:active,
#a9e56a83eea0b60 .menu-list li ul li a.active,
#a9e56a83eea0b60 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9e56a83eea0b60 .menu-list li ul,
#a9e56a83eea0b60 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a9e56a83eea0b60 .menu-list li ul.menu-b > li,
#a9e56a83eea0b60 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9e56a83eea0b60 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9e56a83eea0b60 .menu-list li:hover > ul {
  display: block;
}
#a9e56a83eea0b60 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2630a0c17a57d5 {
  position: relative;
  cursor: pointer;
  z-index: 2000;
}
#a2630a0c17a57d5 .ap-login-info {
  text-align: center;
  height: 100%;
  z-index: 10;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2630a0c17a57d5 .ap-login-info .fa {
  margin-left: 2px;
}
#a2630a0c17a57d5 .ap-login-info .login-icon svg,
#a2630a0c17a57d5 .ap-login-info .login-icon img {
  height: 1em;
  display: inline-block;
  margin-right: 4px;
  fill: currentColor;
}
#a2630a0c17a57d5 .ap-login-info .display-name {
  display: none;
  white-space: nowrap;
}
#a2630a0c17a57d5 .ap-login-info .login-btn {
  color: inherit;
  white-space: nowrap;
}
#a2630a0c17a57d5 .ap-login-info.ap-logged .login-btn {
  display: none;
}
#a2630a0c17a57d5 .ap-login-info.ap-logged .fa {
  display: inline-block;
}
#a2630a0c17a57d5 .ap-login-info.ap-logged .display-name {
  display: inline-block;
}
#a2630a0c17a57d5 .ap-login-info:hover {
  color: #ed5f5f;
}
#a2630a0c17a57d5 .ap-login-info.ap-logged:hover {
  background-color: ;
}
#a2630a0c17a57d5 .ap-login-info.ap-logged:hover .user-dropdown {
  display: block;
}
#a2630a0c17a57d5 .user-dropdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 39px;
  border: 1px solid #ececec;
  width: 220px;
  padding: 20px 10px 10px;
  text-align: left;
  z-index: -1;
}
#a2630a0c17a57d5.right .user-dropdown {
  left: auto;
  right: 0;
}
#a2630a0c17a57d5 .portrait {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
}
#a2630a0c17a57d5 .user-info-wrap {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  padding-top: 10px;
}
#a2630a0c17a57d5 .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
#a2630a0c17a57d5 .actions a {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}
#a2630a0c17a57d5 .actions a:hover {
  color: #0578d0;
}
#a6ea9aad02a4037 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa591a511ea2634 .a8d15ad590a216d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa591a511ea2634 .a8d15ad590a216d  > .ele-wrap:hover {box-shadow: 0px 3px 5px 2px rgba(51, 51, 51, 0.06);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa591a511ea2634 .a9e89af1dfaec30 {
  overflow: hidden;
}
#aa591a511ea2634 .a9e89af1dfaec30 , #aa591a511ea2634 .a9e89af1dfaec30 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa591a511ea2634 .a59aca58ada924b .img-wrap {
  border-top-width: 1px;
  border-top-color: #ebecf2;
  border-right-color: #ebecf2;
  border-left-color: #ebecf2;
  border-bottom-color: #ebecf2;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa591a511ea2634 .ab60fa8b6da5426  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: right;font-family: inherit;color: rgba(196, 209, 229, 1);}#aa591a511ea2634 .a7be7ab3f3af3f5 , #aa591a511ea2634 .a7be7ab3f3af3f5 .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: right;font-family: inherit;color: rgba(61, 14, 124, 1);}#aa591a511ea2634 .a2740a6c6eaf3e3 , #aa591a511ea2634 .a2740a6c6eaf3e3 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#aa591a511ea2634 .a36e0a155ea756c , #aa591a511ea2634 .a36e0a155ea756c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#aa591a511ea2634 .aa728a2e71a7030 , #aa591a511ea2634 .aa728a2e71a7030 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#aa591a511ea2634 .aabadac1bcaee39 , #aa591a511ea2634 .aabadac1bcaee39 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(160, 160, 160, 1);}#aa591a511ea2634 .add13a8871a121f , #aa591a511ea2634 .add13a8871a121f .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(160, 160, 160, 1);}#aa591a511ea2634 .a583da9268a75d6 , #aa591a511ea2634 .a583da9268a75d6 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(160, 160, 160, 1);}#aa591a511ea2634 .a7556abec7a0c48 , #aa591a511ea2634 .a7556abec7a0c48 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: right;font-family: inherit;color: rgba(160, 160, 160, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa591a511ea2634 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa591a511ea2634 .uk-position-center-left-out {
    left: -30px;
  }
  #aa591a511ea2634 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae99ea9e9dae3d8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a699da3cb7a2945 .a5f37ae510adf57 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 0px 0px ;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a699da3cb7a2945 .a233fabbbaacd4f {
  overflow: hidden;
}
#a699da3cb7a2945 .a233fabbbaacd4f , #a699da3cb7a2945 .a233fabbbaacd4f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a699da3cb7a2945 .a74faafcb7a8e16 {
  overflow: hidden;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a699da3cb7a2945 .uk-grid {
  margin-left: -nullpx;
}
#a699da3cb7a2945 .uk-grid > * {
  padding-left: nullpx;
}
#a699da3cb7a2945 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a699da3cb7a2945 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a699da3cb7a2945 .uk-position-center-left-out {
    left: -30px;
  }
  #a699da3cb7a2945 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad293a21d9adfcb {background-color: rgba(0,0,0,0.7);}#ad293a21d9adfcb > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af3c0a4343a3976 .form-agree {
  display: flex;
  align-items: center;
}
#af3c0a4343a3976 .uk-form .form-submit-btn {
  width: 354px;
}
#af3c0a4343a3976 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af3c0a4343a3976 .submit-wrap {
  text-align: center;
}
#af3c0a4343a3976 .submit-wrap button {
  background-color: #ff8b30;
}
#af3c0a4343a3976 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af3c0a4343a3976 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af3c0a4343a3976 .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#af3c0a4343a3976 .form-item .uk-input,
#af3c0a4343a3976 .form-item .uk-select,
#af3c0a4343a3976 .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#af3c0a4343a3976 .form-item .auto-height {
  height: auto;
}
#af3c0a4343a3976 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#af3c0a4343a3976 .form-item .send-code {
  bottom: 2px;
}
#af3c0a4343a3976 .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#af3c0a4343a3976 .uk-form-label,
#af3c0a4343a3976 .form-agree,
#af3c0a4343a3976 .uk-h3,
#af3c0a4343a3976 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a3216a86cfaace2 {background-color: rgba(0,0,0,0.7);}#a3216a86cfaace2 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab488af155aca18 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8923a0a4eaa8d3 > .ele-wrap {background-color: rgba(5, 120, 208, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a296dae2cea12f3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0382acee4a2dee > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a14d0ab623a84fa > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af208aaaf0aba17 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a296eae03baab63 > .ele-wrap {background-color: rgba(5, 120, 208, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7baaa28eaa91cb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e31a31aca206a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c0aa87e4a3ef2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aade5a0cf6a377b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1a1eaba42a9b27 > .ele-wrap {background-color: rgba(5, 120, 208, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a881eab34da7e45 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa65caec27add6c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9197a52c1aa87b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33a7ac9bca35e5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44a3a1abaac894 > .ele-wrap {background-color: rgba(5, 120, 208, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a99d7a8859a2652 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a689ba9ddfad43e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a891aaa972a0454 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4dda67aca07bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3118a83d6a7484 > .ele-wrap {background-color: rgba(5, 120, 208, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6598a28b4a22c6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af502aebc4a845a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeea9a2103a497c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aafa3a0e9aa8765 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ade82a4c61a952b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ade82a4c61a952b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ade82a4c61a952b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#ade82a4c61a952b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ade82a4c61a952b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ade82a4c61a952b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ade82a4c61a952b .menu-list > li.active > a:before,
#ade82a4c61a952b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ade82a4c61a952b .menu-list > li ul li {
  position: relative;
}
#ade82a4c61a952b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ade82a4c61a952b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ade82a4c61a952b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ade82a4c61a952b .menu-list li ul li a:active,
#ade82a4c61a952b .menu-list li ul li a.active,
#ade82a4c61a952b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ade82a4c61a952b .menu-list li ul,
#ade82a4c61a952b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ade82a4c61a952b .menu-list li ul.menu-b > li,
#ade82a4c61a952b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ade82a4c61a952b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ade82a4c61a952b .menu-list li:hover > ul {
  display: block;
}
#ade82a4c61a952b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afca6a251aa36d4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ade82a4c61a952b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ade82a4c61a952b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ade82a4c61a952b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
}
#ade82a4c61a952b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ade82a4c61a952b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ade82a4c61a952b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ade82a4c61a952b .menu-list > li.active > a:before,
#ade82a4c61a952b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ade82a4c61a952b .menu-list > li ul li {
  position: relative;
}
#ade82a4c61a952b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ade82a4c61a952b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ade82a4c61a952b .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ade82a4c61a952b .menu-list li ul li a:active,
#ade82a4c61a952b .menu-list li ul li a.active,
#ade82a4c61a952b .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ade82a4c61a952b .menu-list li ul,
#ade82a4c61a952b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ade82a4c61a952b .menu-list li ul.menu-b > li,
#ade82a4c61a952b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ade82a4c61a952b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ade82a4c61a952b .menu-list li:hover > ul {
  display: block;
}
#ade82a4c61a952b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa456abbfaa9922 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e04aa48ea6e74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7b3bae4cca579c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 7px;border-top-color: #ff9a46;box-shadow: 0px 2px 7px 0px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a32a0a22d9a703b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a32a0a22d9a703b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a536aa6816a5979 .form-agree {
  display: flex;
  align-items: center;
}
#a536aa6816a5979 .uk-form .form-submit-btn {
  width: 340px;
}
#a536aa6816a5979 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a536aa6816a5979 .submit-wrap {
  text-align: center;
}
#a536aa6816a5979 .submit-wrap button {
  background-color: #f32c56;
}
#a536aa6816a5979 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a536aa6816a5979 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a536aa6816a5979 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a536aa6816a5979 .form-item .uk-input,
#a536aa6816a5979 .form-item .uk-select,
#a536aa6816a5979 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a536aa6816a5979 .form-item .auto-height {
  height: auto;
}
#a536aa6816a5979 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a536aa6816a5979 .form-item .send-code {
  bottom: 0px;
}
#a536aa6816a5979 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a536aa6816a5979 .uk-form-label,
#a536aa6816a5979 .form-agree,
#a536aa6816a5979 .uk-h3,
#a536aa6816a5979 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a536aa6816a5979 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a536aa6816a5979 .form-item > label {
  flex: none;
}
#a536aa6816a5979 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a536aa6816a5979 .form-item .uk-input,
#a536aa6816a5979 .form-item .uk-select,
#a536aa6816a5979 .form-item .uk-textarea,
#a536aa6816a5979 .form-item .address-select,
#a536aa6816a5979 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a536aa6816a5979 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8793aa8f8a4d8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 8px 0px rgba(231, 231, 231, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af071a9373af912 .form-agree {
  display: flex;
  align-items: center;
}
#af071a9373af912 .uk-form .form-submit-btn {
  width: 300px;
}
#af071a9373af912 .submit-wrap {
  text-align: center;
}
#af071a9373af912 .submit-wrap button {
  background-color: #3d80ff;
}
#af071a9373af912 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af071a9373af912 .form-item .uk-input,
#af071a9373af912 .form-item .uk-select,
#af071a9373af912 .form-item .uk-textarea {
  width: autopx;
  background-color: #f8f8f8;
}
#af071a9373af912 .form-item .auto-height {
  height: auto;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e13ac23fa4049 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadd3a98c2a7009 .uk-slider {
  padding-top: 30px;
}
#aadd3a98c2a7009 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#aadd3a98c2a7009 .uk-card-media-top {
  overflow: hidden;
}
#aadd3a98c2a7009 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#aadd3a98c2a7009 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#aadd3a98c2a7009 .uk-card {
  border: 1px solid #ececec;
}
#aadd3a98c2a7009 .uk-dotnav > * {
  padding-left: 6px;
}
#aadd3a98c2a7009 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #72c0fc;
}
#aadd3a98c2a7009 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #0578d0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac241a5233a7503 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a35f7a7948a1a43 > .ele-wrap {background-color: rgba(181, 184, 188, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a28e7a711dacbbd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa719ae1d7acf90 {
  overflow: hidden;
}
#aa719ae1d7acf90 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa719ae1d7acf90 .img-wrap:hover {
  transform: scale(1.1);
}
#a6072a3f27ada90 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab136aaaa6a2a10 {
  overflow: hidden;
}
#ab136aaaa6a2a10 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab136aaaa6a2a10 .img-wrap:hover {
  transform: scale(1.1);
}
#a71bdabd6ea84f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa23cabd4aabc5f {
  overflow: hidden;
}
#aa23cabd4aabc5f .img-wrap {
  transition: all 0.3s ease-in;
}
#aa23cabd4aabc5f .img-wrap:hover {
  transform: scale(1.1);
}
#a803fa82aea1eec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadd3a98c2a7009 [data-item*=".abstract"], #aadd3a98c2a7009 [data-item*=".abstract"] a {show: false;}#aadd3a98c2a7009 [data-item*=".subTitle"], #aadd3a98c2a7009 [data-item*=".subTitle"] a {show: false;}#aadd3a98c2a7009 [data-item*=".category"], #aadd3a98c2a7009 [data-item*=".category"] a {show: true;}#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7d3da15e6ac088 {
  min-height: 90vh;
  /* mobile */
}
#a7d3da15e6ac088 .search-highlight {
  background: yellow;
}
#a7d3da15e6ac088 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a7d3da15e6ac088 .el-title {
  margin-bottom: 20px;
}
#a7d3da15e6ac088 .el-item:hover .el-title {
  color: #3d0e7c;
}
#a7d3da15e6ac088 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a7d3da15e6ac088 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a7d3da15e6ac088 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a7d3da15e6ac088 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a7d3da15e6ac088 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a7d3da15e6ac088 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a7d3da15e6ac088 .el-title {
    margin-bottom: 0;
  }
  #a7d3da15e6ac088 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a7d3da15e6ac088 .category {
    font-size: 12px;
  }
  #a7d3da15e6ac088 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a24c3a216ca649e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac598a624aaa39c {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#ac598a624aaa39c * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ac598a624aaa39c .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ac598a624aaa39c .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ac598a624aaa39c .error .clip:nth-of-type(1) .shadow,
#ac598a624aaa39c .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ac598a624aaa39c .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ac598a624aaa39c .error h2 {
  font-size: 32px;
}
#ac598a624aaa39c .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ac598a624aaa39c .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ac598a624aaa39c .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ac598a624aaa39c .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ac598a624aaa39c .error .clip .shadow {
  overflow: hidden;
}
#ac598a624aaa39c .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#ac598a624aaa39c .error .clip:nth-of-type(3) .shadow:after,
#ac598a624aaa39c .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#ac598a624aaa39c .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ac598a624aaa39c .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ac598a624aaa39c .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ac598a624aaa39c .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ac598a624aaa39c .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ac598a624aaa39c .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ac598a624aaa39c .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ac598a624aaa39c .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ac598a624aaa39c {
    /* Error Page */
    /* Error Page */
  }
  #ac598a624aaa39c .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ac598a624aaa39c .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ac598a624aaa39c .error .clip:nth-of-type(1) .shadow,
  #ac598a624aaa39c .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ac598a624aaa39c .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ac598a624aaa39c .error h2 {
    font-size: 24px;
  }
  #ac598a624aaa39c .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ac598a624aaa39c .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ac598a624aaa39c .error .container-error-404 {
    height: 150px;
  }
}
#ac598a624aaa39c .overlay {
  position: relative;
  z-index: 20;
}
#ac598a624aaa39c .ground-color {
  background: white;
}
#ac598a624aaa39c .item-bg-color {
  background: #EAEAEA;
}
#ac598a624aaa39c .padding-top {
  padding-top: 10px;
}
#ac598a624aaa39c .padding-bottom {
  padding-bottom: 10px;
}
#ac598a624aaa39c .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac598a624aaa39c .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ac598a624aaa39c .padding-all {
  padding: 10px;
}
#ac598a624aaa39c .no-padding-left {
  padding-left: 0px;
}
#ac598a624aaa39c .no-padding-right {
  padding-right: 0px;
}
#ac598a624aaa39c .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ac598a624aaa39c .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ac598a624aaa39c .no-padding {
  padding: 0px;
}
#ac598a624aaa39c .margin-top {
  margin-top: 10px;
}
#ac598a624aaa39c .margin-bottom {
  margin-bottom: 10px;
}
#ac598a624aaa39c .margin-right {
  margin-right: 10px;
}
#ac598a624aaa39c .margin-left {
  margin-left: 10px;
}
#ac598a624aaa39c .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ac598a624aaa39c .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ac598a624aaa39c .margin-all {
  margin: 10px;
}
#ac598a624aaa39c .no-margin {
  margin: 0px;
}
#ac598a624aaa39c .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ac598a624aaa39c .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ac598a624aaa39c .inside-col-shrink {
  margin: 0px 20px;
}
#ac598a624aaa39c hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@keyframes floating {
  from {
    transform: translateY(0px);
  }
  65% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0px);
  }
}
#aeb86a5f06a392f .ap-content-container {
  min-height: 700px;
}
#aeb86a5f06a392f .mars {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 27vmin;
  background: url("/resources/sys/img/section/mars.svg") no-repeat bottom center;
  background-size: cover;
}
#aeb86a5f06a392f .logo-404 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -100px;
  width: 30vmin;
}
@media (max-width: 480px) and (min-width: 320px) {
  #aeb86a5f06a392f .logo-404 {
    top: 45vmin;
  }
}
#aeb86a5f06a392f .meteor {
  position: absolute;
  right: 2vmin;
  top: 16vmin;
}
#aeb86a5f06a392f .title {
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 5vmin;
  margin-top: 31vmin;
}
@media (max-width: 480px) and (min-width: 320px) {
  #aeb86a5f06a392f .title {
    margin-top: 65vmin;
  }
}
#aeb86a5f06a392f .subtitle {
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3.5vmin;
  margin-top: -1vmin;
  margin-bottom: 9vmin;
}
#aeb86a5f06a392f .btn-back {
  border: 1px solid white;
  color: white;
  height: 5vmin;
  padding: 12px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  border-radius: 5px;
}
#aeb86a5f06a392f .btn-back:hover {
  background: white;
  color: #4D007D;
}
@media (max-width: 480px) and (min-width: 320px) {
  #aeb86a5f06a392f .btn-back {
    font-size: 3.5vmin;
  }
}
#aeb86a5f06a392f .astronaut {
  position: absolute;
  top: 18vmin;
  left: 10vmin;
  height: 30vmin;
  animation: floating 3s infinite ease-in-out;
}
@media (max-width: 480px) and (min-width: 320px) {
  #aeb86a5f06a392f .astronaut {
    top: 2vmin;
  }
}
#aeb86a5f06a392f .spaceship {
  position: absolute;
  bottom: 15vmin;
  right: 24vmin;
}
@media (max-width: 480px) and (min-width: 320px) {
  #aeb86a5f06a392f .spaceship {
    width: 45vmin;
    bottom: 18vmin;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a24c3a216ca649e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af1a5a3953ae87c .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#af1a5a3953ae87c .switch_item {
  margin-right: 10px;
}
#af1a5a3953ae87c a.switch_item:hover {
  text-decoration: underline;
}
#af1a5a3953ae87c .slider {
  width: 420px;
  height: 600px;
}
#af1a5a3953ae87c .uk-slideshow-items {
  height: 100%;
}
#af1a5a3953ae87c .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#af1a5a3953ae87c .login-wrap {
  width: 100%;
  height: 100%;
}
#af1a5a3953ae87c .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#af1a5a3953ae87c .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#af1a5a3953ae87c .phone-login-box {
  margin: 40px auto 40px;
}
#af1a5a3953ae87c .login-header {
  margin-bottom: 24px;
}
#af1a5a3953ae87c .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#af1a5a3953ae87c .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#af1a5a3953ae87c .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#af1a5a3953ae87c .forget_password {
  cursor: pointer;
}
#af1a5a3953ae87c .forget_password:hover {
  color: #0578d0;
}
#af1a5a3953ae87c .input-item input.error,
#af1a5a3953ae87c .input-item input.error::placeholder {
  color: #fc4343;
}
#af1a5a3953ae87c .input-item input::placeholder {
  color: #999;
}
#af1a5a3953ae87c .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#af1a5a3953ae87c .form-item {
  margin: 24px 0;
}
#af1a5a3953ae87c .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#af1a5a3953ae87c .send-code {
  float: left;
  margin-left: 20px;
}
#af1a5a3953ae87c .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#af1a5a3953ae87c .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#af1a5a3953ae87c .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#af1a5a3953ae87c .login_btn_wrap {
  text-align: center;
}
#af1a5a3953ae87c .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#af1a5a3953ae87c .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#af1a5a3953ae87c .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33a7ac9bca35e5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e08a5347aa540 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a1e08a5347aa540 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a1e08a5347aa540 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a1e08a5347aa540 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a1e08a5347aa540 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a1e08a5347aa540 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a1e08a5347aa540 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a1e08a5347aa540 .nav-list {
  padding: 0 20px;
}
#a1e08a5347aa540 .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#a1e08a5347aa540 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a1e08a5347aa540 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a1e08a5347aa540 .order-item:hover {
  background: #f7f7f7;
}
#a1e08a5347aa540 .del-order {
  cursor: pointer;
}
#a1e08a5347aa540 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a1e08a5347aa540 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a1e08a5347aa540 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a1e08a5347aa540 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a1e08a5347aa540 .goods-item .goods-info {
  padding: 0 15px;
}
#a1e08a5347aa540 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a1e08a5347aa540 .appoint-time {
  margin-bottom: 4px;
}
#a1e08a5347aa540 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a1e08a5347aa540 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a1e08a5347aa540 .goods-item .goods-name {
  color: #333;
}
#a1e08a5347aa540 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a1e08a5347aa540 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a1e08a5347aa540 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a1e08a5347aa540 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a1e08a5347aa540 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a1e08a5347aa540 .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#a1e08a5347aa540 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a1e08a5347aa540 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a1e08a5347aa540 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a1e08a5347aa540 .setting-form {
  padding: 30px 20px;
}
#a1e08a5347aa540 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a1e08a5347aa540 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a1e08a5347aa540 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a1e08a5347aa540 .setting-form .setting-btns {
  margin-left: 130px;
}
#a1e08a5347aa540 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a1e08a5347aa540 .setting-wrap {
  position: relative;
}
#a1e08a5347aa540 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a1e08a5347aa540 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a1e08a5347aa540 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a1e08a5347aa540 .address-wrap {
  padding: 30px 20px;
}
#a1e08a5347aa540 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a1e08a5347aa540 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a1e08a5347aa540 .addr-list {
  min-height: 200px;
}
#a1e08a5347aa540 .addr-detail .addr-item-name,
#a1e08a5347aa540 .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#a1e08a5347aa540 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a1e08a5347aa540 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a1e08a5347aa540 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a1e08a5347aa540 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a1e08a5347aa540 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a1e08a5347aa540 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a1e08a5347aa540 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a1e08a5347aa540 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a1e08a5347aa540 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a1e08a5347aa540 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0578d0;
}
#a1e08a5347aa540 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a88a3a9f29a7817 {
  min-height: 90vh;
  /* mobile */
}
#a88a3a9f29a7817 .search-highlight {
  background: yellow;
}
#a88a3a9f29a7817 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a88a3a9f29a7817 .el-title {
  margin-bottom: 20px;
}
#a88a3a9f29a7817 .el-item:hover .el-title {
  color: #3d0e7c;
}
#a88a3a9f29a7817 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a88a3a9f29a7817 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a88a3a9f29a7817 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a88a3a9f29a7817 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a88a3a9f29a7817 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a88a3a9f29a7817 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a88a3a9f29a7817 .el-title {
    margin-bottom: 0;
  }
  #a88a3a9f29a7817 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a88a3a9f29a7817 .category {
    font-size: 12px;
  }
  #a88a3a9f29a7817 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fc4ade1dafc6a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7cb8aef6fa1b26 .comment-detail {
  min-height: 600px;
}
#a7cb8aef6fa1b26 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a7cb8aef6fa1b26 table th,
#a7cb8aef6fa1b26 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a7cb8aef6fa1b26 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a7cb8aef6fa1b26 .red {
  color: #F00!important;
}
#a7cb8aef6fa1b26 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab020af988a3f83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab020af988a3f83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab020af988a3f83 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab020af988a3f83 .menu-list > li > a {
  padding: 0 20px;
}
#ab020af988a3f83 .menu-list > li:hover:before {
  height: 100%;
}
#ab020af988a3f83 .menu-list > li:hover:after {
  color: auto;
}
#ab020af988a3f83 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #0578d0;
  font-weight: 400;
  content: "|";
}
#ab020af988a3f83 .menu-list > li:first-child:after {
  content: "";
}
#ab020af988a3f83 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 .menu-list > li ul {
  padding: 0;
  background-color: #0578d0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab020af988a3f83 .menu-list > li ul li {
  position: relative;
}
#ab020af988a3f83 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 186px;
  background-color: #0578d0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab020af988a3f83 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
}
#ab020af988a3f83 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3d0e7c;
  background-color: rgba(255, 255, 255, 0.8);
}
#ab020af988a3f83 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul li a:active,
#ab020af988a3f83 li ul li a.active,
#ab020af988a3f83 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0578d0;
  background-color: #ffffff;
}
#ab020af988a3f83 li ul,
#ab020af988a3f83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab020af988a3f83 li:hover > ul {
  left: auto;
}
#ab020af988a3f83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a319ca8013aa715 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa857a78a8ae484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50dca7c06a5f01 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
